Skip to content

feat: Add worker info command to display worker details#31

Merged
emilioacc merged 6 commits intomainfrom
emilio/atxp-1430-feature-worker-info-command
Jan 28, 2026
Merged

feat: Add worker info command to display worker details#31
emilioacc merged 6 commits intomainfrom
emilio/atxp-1430-feature-worker-info-command

Conversation

@emilioacc
Copy link
Contributor

Summary

  • Add npx atxp paas worker info <name> command to display detailed worker information
  • Format output with worker name, URL, creation/modification timestamps
  • Display bindings organized by type: databases, storage, analytics, environment variables, secrets
  • Wire up command routing in index.ts with help text

Test plan

  • Run npx atxp paas worker info <existing-worker> and verify output format
  • Run npx atxp paas worker info nonexistent-worker and verify error handling
  • Run npx atxp paas help and verify info command appears in help text
  • Run npx atxp paas worker and verify info appears in available commands list

Note: Requires backend PR to be deployed first: https://github.com/circuitandchisel/atxp-paas/pull/29

ATXP-1430

🤖 Generated with Claude Code

@emilioacc emilioacc closed this Jan 28, 2026
@emilioacc emilioacc reopened this Jan 28, 2026
@emilioacc emilioacc force-pushed the emilio/atxp-1430-feature-worker-info-command branch from 181cb2b to d2fb707 Compare January 28, 2026 21:26
emilioacc and others added 6 commits January 28, 2026 16:34
- Add workerInfoCommand() function that calls get_worker_info tool
- Display worker name, URL, creation/modification timestamps
- Format bindings output: databases, storage, analytics, env vars, secrets
- Add 'info' case to handleWorkerCommand() switch
- Update help text and error messages to include info command

ATXP-1430

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@emilioacc emilioacc force-pushed the emilio/atxp-1430-feature-worker-info-command branch from 422447d to cb77a33 Compare January 28, 2026 21:35
@emilioacc emilioacc merged commit 64a1513 into main Jan 28, 2026
1 check passed
@emilioacc emilioacc deleted the emilio/atxp-1430-feature-worker-info-command branch January 28, 2026 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant